home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1998 November / Freeware November 1998.img / dist / fw_GGxli.idb / usr / freeware / src / xli-1.16 / Makefile.dos.z / Makefile.dos
Makefile  |  1997-09-09  |  2KB  |  48 lines

  1. # "@(#)x11:contrib/clients/xloadimage/Makefile.dos 1.5 94/07/29 Labtam"
  2. # makefile for building xli with ndmake under MSDOS and djgpp.
  3. # This Makefile was automatically generated from Makefile.std.
  4. # using build-dos.
  5.  
  6. DEFINES =  
  7. LIBS= -lm -lgr -lpc
  8. CFLAGS= -O4 -DDJGCC_BUGS -DNO_UNCOMPRESS $(DEFINES) 
  9.  
  10. MISC = Makefile.std Imakefile Makefile.dos README README.novice ABOUTGAMMA  README.orig xli.man xli.txt xlito.man xlito.txt xliguide.man  build-imake build-dosmake build-jpeg buildshar.c seddos sedunix  patchlevel release
  11. BINMISC = chkgamma.jpg
  12. INCS = cmuwmrast.h copyright.h fbm.h g3.h gif.h image.h imagetypes.h  img.h jpeg.h jpeglib.h kljcpyrght.h mac.h mcidas.h mrmcpyrght.h options.h  pbm.h rle.h sunraster.h tgncpyrght.h xli.h xwd.h mit.cpyrght rgbtab.h  tga.h bmp.h pcd.h ddxli.h
  13.  
  14. SRCS1 = bright.c clip.c cmuwmrast.c compress.c dither.c faces.c fbm.c  fill.c  g3.c gif.c halftone.c imagetypes.c img.c mac.c mcidas.c  mc_tables.c merge.c misc.c new.c options.c path.c pbm.c pcx.c  reduce.c jpeg.c jpeglib.c rle.c rlelib.c root.c rotate.c send.c smooth.c  sunraster.c  value.c window.c xbitmap.c xli.c  xpixmap.c xwd.c zio.c zoom.c ddxli.c doslib.c tga.c bmp.c pcd.c
  15. OBJS1 = bright.o clip.o cmuwmrast.o compress.o dither.o faces.o fbm.o  fill.o  g3.o gif.o halftone.o imagetypes.o img.o mac.o mcidas.o  mc_tables.o merge.o misc.o new.o options.o path.o pbm.o pcx.o  reduce.o jpeg.o jpeglib.o rle.o rlelib.o root.o rotate.o send.o smooth.o  sunraster.o  value.o window.o xbitmap.o xli.o  xpixmap.o xwd.o zio.o zoom.o ddxli.o doslib.o tga.o bmp.o pcd.o
  16.  
  17. SRCS2 = xlito.c
  18. OBJS2 = xlito.o
  19.  
  20. PROGRAMS = xli.exe xlito.exe
  21.  
  22. CC = gcc
  23.  
  24. .SUFFIXES : .o .c .s 
  25.  
  26. .s.o:
  27.     $(CC) -c $(CFLAGS) $*.s
  28.  
  29. .c.o:
  30.     $(CC) -c $(CFLAGS) $*.c
  31.  
  32. all:: $(PROGRAMS)
  33.  
  34. xli.exe: $(OBJS1) 
  35.     >linkfile $(OBJS1) $(LIBS)
  36.     $(CC) $(CFLAGS) -o xli @linkfile
  37.     coff2exe xli
  38.     del xli
  39.     del linkfile
  40.  
  41. xlito.exe: $(OBJS2) 
  42.     >linkfile $(OBJS2) $(LIBS)
  43.     $(CC) $(CFLAGS) -o xlito @linkfile
  44.     coff2exe xlito
  45.     del xlito
  46.     del linkfile
  47.  
  48.